home *** CD-ROM | disk | FTP | other *** search
/ The Ring Press Kit / The Ring Press Kit.iso / mac / DLwindow.dxr / 00019_save to other.ls < prev    next >
Encoding:
Text File  |  2001-09-06  |  128 b   |  10 lines

  1. global saveMode
  2.  
  3. on mouseUp me
  4.   tell the stage
  5.     saveMode = 2
  6.     doDownload()
  7.     window("DLwindow").close()
  8.   end tell
  9. end
  10.